home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / Storage / DOSDrivers / PC < prev    next >
Text File  |  1997-03-27  |  1KB  |  40 lines

  1. /* Mounting receipt for the PC device */
  2.  
  3.     FileSystem = l:pc2am-handler
  4.     Stacksize = 4096
  5.     Priority = 5
  6.     GlobVec = -1
  7.  
  8. /*  These four values specifies parameters of serial (or other if you use
  9.     multiserial card) device to communicate via. */
  10.     Device = serial.device     /* baudbandit2.device */
  11.     Unit = 0
  12.     Flags = 0
  13.     Baud = 57600
  14.  
  15. /*  Maximal length of packet */
  16.  
  17.     MaxTransfer = 8192
  18.  
  19.  
  20. /*  Timeout value in tenths of second (not surfaces :-)*/
  21.  
  22.     Surfaces = 20
  23.  
  24.  
  25. /*  This contains type of indication. Supported types: 0=NONE, 1=LED,
  26.     2 = Gopher-like, 3 = Background */
  27.     BlocksPerTrack = 2
  28.  
  29.  
  30. /*  Specifies hotkey.  Shifting bits are as follows:  8 - CTRL, 9 - LALT,
  31.     10 - RALT, 11 - LSHIFT, 12 - RSHIFT, 13 - LCOMMAND, 14 - RCOMMAND */
  32.     LowCyl = 818
  33.  
  34. /*  Low 4 bits:  Timeouts to popup requester.  This value is always
  35.     incremented by one (0 means use default (4, used for backward
  36.     compatibility), 1 don't use at all). */
  37. /*  Bit #4 = Pretend that we support SetComment() */
  38.     HighCyl = 20
  39.  
  40.